home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000179_news@newsmaster….columbia.edu _Wed Oct 21 21:33:19 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA20216
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 21 Oct 1998 21:33:18 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id VAA14189
  7.     for kermit.misc@watsun; Wed, 21 Oct 1998 21:33:18 -0400 (EDT)
  8. Path: news.columbia.edu!panix!logbridge.uoregon.edu!xmission!news.cc.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: TCP/IP?
  12. Message-ID: <mMWSMjad0l7S@cc.usu.edu>
  13. Date: 21 Oct 98 17:06:50 MDT
  14. References: <70l9n2$hd1$1@team2.teamnet.net>
  15. Organization: Utah State University
  16. Lines: 27
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:9375
  18.  
  19. In article <70l9n2$hd1$1@team2.teamnet.net>, "draft2" <nobody@cfu.net> writes:
  20. > Is it possible to do TCP/IP through DOS?
  21. > I have an 80386 with 2M RAM and a 10baseT betwork adapter. I do not run
  22. > windows. Our internet provider (whom I happen to work for) provides a
  23. > 500kbps connection via cable modems. Now, as far as it is set up, it is like
  24. > a regular network set up all over the city. We convert the signals to analog
  25. > and send it over the cables, just like cable TV, the nthe cable modem sends
  26. > it back to digital to the network card. Each computer must access a DHCP
  27. > server unless given a static IP address. My question is, will kermit
  28. > facilitate this type of connection and if so, can someone give me some
  29. > intstruction.
  30. -----------
  31.     What might you mean by "facilitate"? If the answer is do something
  32. particular about cable modems the answer is no. MS-DOS Kermit is the program
  33. you are inferring, and it uses its internal TCP/IP stack to talk over SLIP,
  34. some PPP, and ODI lan drivers. Once that is done the medium is responsible
  35. for behaving as advertised (if Ethernet then it must behave as true Ethernet
  36. to attached equipment). MSK supports RARP, BOOTP, DHCP remote address
  37. acquisition. How one chooses to represent bits on wires off site is not
  38. of interest here.
  39.     Instructions on this are in the release documentation and the main
  40. user's manual the book "Using MS-DOS Kermit". Please visit www.columbia.edu/
  41. kermit for pointers to the material.
  42.     Being an MS-DOS program, MS-DOS Kermit runs in 640K memory space,
  43. and will use extended or expanded memory if available.
  44.     Joe D.
  45.